Singular Value Decomposition SVD
The singular value theorem for A is the eigenvalue theorem for and . The Singular Value Decomposition separate any matrix into simple pieces
如果 为 rectangle 非方阵,那么 为对称的正定矩阵
Square Symmetric Positive-Semidefinite
奇异值分解的理论,本质上就是矩阵和矩阵转置乘积的特征值理论
特征值将任意一个矩阵分解为列和行的形式
一个Rectangle Matrix 实际上为一个从维度 到维度 的线性变换
的特征向量 称为 Left singular vectors, 在 空间中
的特征向量 称为 Right singular vectors, 在 空间中
- rotate 左奇异值向量
- stretch 奇异值
- dimension erase 降维
- rotate 右奇异值向量